EMT Practice Test
1. Question Content...
Question8: State is a requirement for Terraform to function
Question10: When does terraform apply reflect changes in the cloud environment?
Question11: What does terrafom plan do ?
Question17: Only the user that generated a plan may apply it.
Question26: Terraform providers are always installed from the Internet.
Question29: Which task does terraform init not perform?
Question32: The terraform.tfstate file always matches your currently built infrastructure.
Question35: What Terraform feature is shown in the example below?
Question36: What is a downside to using the Vault provider to read secrets from Vault?
Question38: When should you use the force-unlock command?
Question39: What does the command terraform fmt do?
Question40: Why might a user opt to include the following snippet in their configuration file?
Question41: Which of the following is considered a Terraform plugin?
Question44: What does terraform refresh command do?
Question45: What kind of resource dependency is stored in terraform.tfstate file?
Question46: Which of the following is not a valid string function in Terraform?
Question53: What command should you run to display all workspaces for the current configuration?
Question54: In Terraform Enterprise, a workspace can be mapped to how many VCS repos?
Question56: Where in your Terraform configuration do you specify a state backend?
Question60: Which of the following best describes the default local backend?
Question62: What is the provider for this fictitious resource?
Question63: Which of the following variable definition files will terraform load automatically?
Question66: What is not processed when running a terraform refresh?
Question68: Terraform works well in Windows but a Windows server is required.
Question72: Which of the below configuration file formats are supported by Terraform? (Select TWO)
Question73: By default, where does Terraform store its state file?
Question74: What is the workflow for deploying new infrastructure with Terraform?
Question81: Where does the Terraform local backend store its state?
Question83: What is the default backend for Terraform?
Question86: Select all features which are exclusive to Terraform Enterprise. (Select Three)
Question88: Which of the following are string functions? Select three
Question89: Which of the following statements best describes the Terraform list(...) type?
Question90: lookup retrieves the value of a single element from which of the below data type?
Question95: Command terraform refresh will update state file?